AudioParamWillBeDestroyedEvent

data class AudioParamWillBeDestroyedEvent(contextId: GraphObjectId, nodeId: GraphObjectId, paramId: GraphObjectId) : Event

Notifies that an existing AudioParam has been destroyed.

Constructors

AudioParamWillBeDestroyedEvent
Link copied to clipboard
fun AudioParamWillBeDestroyedEvent(contextId: GraphObjectId, nodeId: GraphObjectId, paramId: GraphObjectId)

Functions

domain
Link copied to clipboard
open override fun domain(): String
Returns domain name for which event was generated.
eventName
Link copied to clipboard
open override fun eventName(): String
Returns event name as described in protocol.

Properties

contextId
Link copied to clipboard
val contextId: GraphObjectId
nodeId
Link copied to clipboard
val nodeId: GraphObjectId
paramId
Link copied to clipboard
val paramId: GraphObjectId

Sources

jvm source
Link copied to clipboard